tools: switch XEN_LIBXEN* make variables to lower case (XEN_libxen*)
authorJuergen Gross <jgross@suse.com>
Sun, 23 Aug 2020 08:00:11 +0000 (10:00 +0200)
committerWei Liu <wl@xen.org>
Thu, 27 Aug 2020 12:59:46 +0000 (12:59 +0000)
commit725ef89164e38349c9e6210f720e0cdc0c52e69e
treefa0924cf7dc15b97c9c2f268ebd117513ef7d522
parent314d8cc0d87e04dd81eb9970709e71c50fef7b14
tools: switch XEN_LIBXEN* make variables to lower case (XEN_libxen*)

In order to harmonize names of library related make variables switch
XEN_LIBXEN* names to XEN_libxen*, as all other related variables (e.g.
CFLAGS_libxen*, SHDEPS_libxen*, ...) already use this pattern.

Rename XEN_LIBXC to XEN_libxenctrl, XEN_XENSTORE to XEN_libxenstore,
XEN_XENLIGHT to XEN_libxenlight, XEN_XLUTIL to XEN_libxlutil, and
XEN_LIBVCHAN to XEN_libxenvchan for the same reason.

Introduce XEN_libxenguest with the same value as XEN_libxenctrl.

No functional change.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
14 files changed:
tools/Rules.mk
tools/golang/xenlight/Makefile
tools/libs/call/Makefile
tools/libs/devicemodel/Makefile
tools/libs/evtchn/Makefile
tools/libs/foreignmemory/Makefile
tools/libs/gnttab/Makefile
tools/libs/hypfs/Makefile
tools/libs/toolcore/Makefile
tools/libs/toollog/Makefile
tools/libvchan/Makefile
tools/libxc/Makefile
tools/xenstat/libxenstat/Makefile
tools/xenstore/Makefile